/**/
html, body {
    overflow-x: hidden;
}

#outside_cart_div
{
    right: 175px;
	text-align:right;
	z-index: 1;
    background-color: #ffffff;
    margin: 0 calc(50% - 50vw);
}

.featuredText, #purchaseText{
	border:none;
}

a.featureButton{
	border:solid;
	width:225px;
}

#purchaseTextBuyNow, #checkoutInfoPurchase {
	background-color: #FFF;
    box-shadow: none;
}

#purchaseTextBuyNow{
	color: #808080 !important;
	padding: 20px !important;
	margin-top: 25px !important;
}

.addon label {
    font-weight:bold;
    font-size:16px;
}
.addon > select {
	display: inline-block;
    height: 28px;
    line-height: 28px;
    border: 1px solid #aaa;
    padding: 4px;
    color: #555;
	background-color: #FFF;
	width: 100% !important;
}


.addon {
  position: relative;
  min-width: 250px;
  margin: 42px 0;
  letter-spacing: 0.05em;
}

.addon:first-of-type{
  margin:auto;
}

.logoName > h1
{
	font-weight: 300;
}

.logoName
{
    color: #979797;
    max-width:750px;
	font-size:28px;
	margin-top: 30px;
    padding-left:10px;
    padding-right:10px;
    display:inline-block;
    overflow: hidden;
}

.logoName a
{
    text-decoration:none;
    font-family: inherit;
    color: inherit;
    font-weight: inherit;
}

.logoName div
{
    text-align:left !important;
}

.addon:after {
    content: '\f078';
    font: normal normal 900 17px/1 "Font Awesome 5 free";
    color: #898989;
    right: 11px;
    top: 10px;
    height: 34px;
    padding: 15px 0 0 8px;
    position: absolute;
    pointer-events: none;
}

select::-ms-expand {
display: none;
}

.addon select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  float: left;
  padding: 0 12px;
  font-size: 14px;
  line-height: 1.75;
  color: #808080 !important;
  background-color: #ffffff;
  background-image: none;
  -ms-word-break: normal;
  word-break: normal;
}

.addon b
{
	font-size:16px;
}

div#checkoutInfoPurchase div div.addon
{
	margin: 12px 0;
}
div#checkoutInfoPurchase div div.addon select
{
	float:none;
}

#recipeButton
{
	font-size:21px;
	padding:20px;
	border:solid 2px;
	text-transform: uppercase;
	font-family: 'Open Sans',sans-serif;
	position: relative;
	
}

div#purchaseTextBuyNow > form > label
{
	line-height: 1;
    font-size: 16px;
}

#pageTitle
{
	font-size:28px;
}



#content
{

	margin:auto;	
	width: 100%;
}


#tagline{
	background-color:#D0CFCD;
	font-size:14px;
	font-weight: 300;
	padding: 1px;	
}

tr > td
{
  padding-bottom: 1em;
}

.fa-2x{
	padding-right: 2px;
}

div#f2f_wrapper  div.breakout
{
	margin:0;
}

div#f2f_wrapper div.relative.breakout
{
	margin:0;
}

.breakout, .promo_header{
	margin:0 calc(50% - 50vw);
}


#footerLinks, #footerShopAddress, .footerLogo, #footerPolicy, #deliveryAreaText, #footerDeliveryButton{
	float:none;
}

#deliveryAreaText
{
	padding-top: 0 !important;
}


#productDescription
{
	color: #808080 !important;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}


.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}


.close {
    float: right;
    font-size: 18px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


.modal-header {
    padding: 2px 16px;
    font-size: 18px;	
}


.modal-body {padding: 2px 16px;}


.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}


.modal-content {
	border-radius: 25px;
	text-align: left;
    padding-left: 25px;
    position: relative;
    background-color: #fefefe;
    border: 1px solid #888;
    width: 30%;
    margin: 8% auto auto;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}


@-webkit-keyframes animatetop {
    from {top: -300px; opacity: 0} 
    to {top: 0; opacity: 1}
}

@keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
}


.product1 > h3{
    font-size: 16px;
    font-weight: 400;
    font-family: 'Open Sans',sans-serif;
    text-transform: uppercase;
    line-height: 0.94;
    text-align: center;
    min-height: 32px;
}

.product1 > p{
    font-size: 15px;
    font-family: 'Open Sans',sans-serif;
    text-transform: uppercase;
    line-height: 0.94;
    text-align: center;
}

.priceString{
    font-size: 15px !important;
    font-family: 'Open Sans',sans-serif;
    padding-top: 10px;
    text-transform: none !important;

}

.prodButton{
    color:# !important;
    font-family: 'Open Sans',sans-serif;
    text-transform: uppercase;
    font-size: 19px !important;
    text-align: center;
}

.productInfo .title{
    font-size: 28px;
    font-family: 'Open Sans',sans-serif;
    text-transform: uppercase;

}

.featuredText{
    font-size: 16px;
    font-family: 'Open Sans',sans-serif;
    line-height: 1.637;
    text-align: left;
    width: 500px;
}

.featureButton{
    border: 2px solid;
    width: 195px !important;
    font-size: 24px !important;
    margin-top: -20px;
}

.featureButton:hover{
    color: white;
    background: #7A579E;
}


#formTopSearch > input {
	font-size: 15px;
	font-family: 'Open Sans',sans-serif;
	color: inherit;
	text-align: left;
}

.newsletterSignup {
	font-family: 'Open Sans',sans-serif;
}

#formTopSearch {
	color: hsl(0,0%,40%);
	background-color: rgb(255, 255, 255);
}

#btnShare {
	color: hsl(0,0%,40%);
	font-weight: 300;
}

.fa-search{
	font-size:20px !important;
}

div#wrapper > div.urgeToBuyProductMessage {
	width: 500px;
	font-size: 16px;
}

div.undecidedBannerFull > div > div > a.featureButton
{
	margin-left:0;
	border-width:2px;
}

.product1 > div > a > img {

	height:auto;
}

 li#page_products li
 {
     border: solid #808080;
     border-width: 23px 1px 15px;
 }

.button {
	margin-top:15px;
	margin-bottom: 10px;
}

.email, #emailBot{
	font-size: 14px;
	padding: 8px;
	width: 90%;
    margin-bottom: 15px;
}
			
.subscribeFSN {
	padding-bottom:20px;
}

.promo_header{
	background-color:#EBEBEB;
}

.rev_comment
{
    border-radius: initial !important;
    margin-top: 15px !important;
}

.rev_flright > i {
    font-size: 40px;
}

.rev_flright{
    padding-right:20px;
}

div.rev_comid > div.rev_comment
{
     width:75% !important;
}

.rev_comid
{
   background-color:#FFF !important;
}

div.contactUs > input.button
{
    padding: 15px !important;
    width: 200px !important;
    border-color: #7A579E;
    color: inherit;
}

div.contactUs > div.shopName
{
    color: #444;
}

div.contactUs > input.button:hover,
div.contactUs > input.button:focus {
    background-color: #7A579E;
    color: #FFFFFF;
}

.quickShareHeader {
	display:none;
}

.rev_ricon {

	display:none !important;
}

#pageTitle{
	display:none;
}

div.undecidedBannerFull > div
{
    padding-top: 20px;
    text-align: center;
}

div#subTitle, div.breadCrumb
{
	display:none;
}

.feature{
	margin-top: 15px;
	padding-bottom: 25px;
}

div.undecidedBannerFull > div > div >a.featureButton
{
	margin-top:10px;
}

div.featuredText > div.urgeToBuyProductMessage {
	line-height:normal;
 	margin-bottom: 25px;
	font-size: 16px;
	color: #444;
}

#insideTitle
{
	text-transform: capitalize;
}

div.contactUs > form > table > tbody > tr > td > select {

    display: block;
    width: 100%;
    padding: 0 12px;
    font-size: 16px;
    line-height: 1.75;
    color: #333;
    background-color: #ffffff;
    background-image: none;
    -ms-word-break: normal;
    word-break: normal;
    height: 30px;
}

div.contactUs > form > table > tbody > tr > td + td > input {
    width: 100%;
    line-height: 1.75;
}

div.contactUs > form > table > tbody > tr > td
{
	text-transform: uppercase;
}

div.contactUs > form > table > tbody > tr > td > input[type=submit]
{
	width:200px !important;
        margin-left: 30%; 
        padding: 10px;
}

div.customOrders {
	margin: auto !important;
	padding-top:10px;
}

div.customOrders > p > span.label {
	color: #444 !important;
	font-weight: 400;
}

.menuItem
{
	font-weight:300;
}

#content #container{
    width: 70%;
    margin-left: 15%;
    text-align: center;
}

.newDeliveryLinkWrapper{
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    margin-top: 75px;
    text-align: center;
}

.address1Header
{
	color:#000000;
	font-size:12px;
	text-transform: uppercase;
}

.address2Header
{
	color:#000000;
}



#headerText
{
	font-size: 85px;
	text-align: right;
	background-color: transparent;
	margin: 0 calc(50% - 50vw);
	position: absolute;
	top: 132px;
	right: 215px; 
}

#parallaxDiv
{
	margin-top:-4px;
	margin-bottom:6px;
}

#pageTitle, #subTitle, .breadCrumb
{
	display:none;
}

#nav1
{
	text-transform: uppercase;
	font-size:18px;
	font-weight: 400; 
	margin:0; 
	display: inline;
	border: none;	
}

#nav2
{
	text-transform: capitalize;
    	font-size: 18px;
	white-space: nowrap;
}

#subNavInfo
{
	display:none;
	padding-bottom: 3px;
	text-align:left;
}

#subNavInfo > h2
{
	font-size: 12px;
	display:inline; 
	margin: 0;
	font-weight: 400;
}

#floristStateCrumb
{
	text-transform: uppercase;
}

.moreBox
{
	width: 1000px !important;
	margin-left: -600px;
    max-width: 1200px;
}

.menuItem
{
    padding-bottom:6px !important;
}

.subMenuItem {
    margin-left: 10px !important;
    font-size: 15px;
}

.homeNav
{
    border-color:#FFFFFF #FFFFFF #FFFFFF !important;
    border:0;
}

#nav {
    list-style-type:none;
    font-family: "Open Sans",sans-serif;
    width: 100%;
    padding-left:0;
    margin: auto;
    text-align: center;
    font-weight: 300;
}

#nav > li {
     display:inline-block;
    position:relative;
    padding: 0 15px;
}
#nav > li > a {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display:block;
    text-decoration:none;
    padding: 5px;

}
#nav > li > a:hover {
    border-color:#999
}

#nav > li.selected  > a {
    border:none;
    z-index:100000000000;
    font-family: "Open Sans",sans-serif;
}
#nav a:focus{
    outline: 1px solid #FFFFFF;
    outline-style:  auto; /* Autostyling used in the focus ring for Chrome/Firefox, fix for IE not supporting auto in outline style */
}
#nav .subs a:focus{
    outline-color: black; /* show focus in dropdown menus (all have white background) */
}

#nav li div {
    position:relative;
}

#nav li div div {
    background-color:#FFFFFF;
    border:1px solid rgb(208, 207, 206);
    opacity: .95;
    padding:12px 0;
    display:none;
    color:#4F4F4F;
    font-size:0.85em;
    margin:0;
    position:absolute;
    top:-1px;
    z-index:10;
    width:168px;
    margin-left: -15px;
}
#nav li div div.wrp2 {
    width:auto !important;
    overflow:auto;
    text-align: center;
    border-radius: 3px;
}
.sep {
    left:190px;
    bottom:0;
    height:auto;
    margin:15px 0;
    position:absolute;
    top:0;
    width:1px;
}
#nav li div div ul {
    padding-left:10px;
    padding-right:10px;
    position:relative;
    list-style-type:none;
    margin-top: 0;
    display: inline-block;
    text-align: left;
    min-width: 140px !important;
    vertical-align: top;
}
#nav li div ul li {
    margin:0;
    padding:0;
}

#nav li ul ul {
    padding:0 0 8px;
}
#nav li ul ul li {
    margin:0;
    padding:0;
}

#nav li ul ul li a {
    color:#0060A6;
    display:block;
    margin-bottom:1px;
    padding:3px 5px;
    text-decoration:none;
    font-size:0.9em;
    min-width: 140px;
}

#nav li ul ul li a:hover{
    color:#265a88;
}
.menuLinkColor a
{
    color:#4F4F4F !important;
    text-decoration:none !important;
    display:block;
}

.menuLinkColor a:hover
{
    color:#265a88 !important;
}

.menuBox
{
    margin-left:-158px;
    z-index:10000000000000000000000000000000;
}

#navMenuData{
    letter-spacing: 0.06em;
    display: block;
    font-size: 16px;
    font-family: 'Open Sans',sans-serif;

}

#ioNavWrapper{
    	align-content: center;
    	line-height: 30px;
    	padding: 8px;
	margin-top: 15px; 
}

#subNavInfo
{
    color: #979797;
    display:none;
}

.feature .featureButton{
    margin-top: -15px;
}

#navGlue{
    vertical-align: middle;
    text-align: center;
}

.menu {
    text-align:center;
    width:100%;
    font-family: "Open Sans",sans-serif;
    font-size: 19px;
    padding-bottom:14px;

}

#nav > li:not(.homeNav):after {
    content: '';
    background-color:  #FFFFFF;
    width: 1px;
    height: 40%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.menuItem > a
{
  color: #4F4F4F !important;
}

.subMenuItem > a
{
    text-transform: capitalize;
}

.moreBox
{
    width: 1000px !important;
    margin-left: -600px;
    max-width: 1200px;
}

#imageLogo > a > img
{
	max-width: 355px;
	max-height: 140px; 
}

#footer {
    margin: 0 calc(50% - 50vw);
    background-color: #e1e1e1;
}

#btnMobileShop
{
	display:none;
}

div#featuredProductPurchase.halfLeft  i
{
	font-size: 22px;
	color: #FFF !important;
}

#content > .socialProfileBar
{
	display:none;
}

#my-menu:not( .mm-menu ) 
{ 
	display: none; 
}

.custom_form_button_link {
    border: solid 2px #7A579E;
    color: #7A579E;
    background-color: #FFF;
    text-decoration: none;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 300;
    cursor: pointer;
    padding: 20px;
    display: block;
    height: fit-content;
}

.custom_form_button_link:hover, .custom_form_button_link:focus {
    background-color: #7A579E;
    color: #FFFFFF;
}

.custom_form_button {
    display: inline-block;
    max-width: 448px;
    min-height: 75px;
    padding: 20px;
    margin-top: 30px
}

.custom_form_button_wrapper {
    text-align: center;
}

@media (max-width:440px){
	div#wrapper > div.urgeToBuyProductMessage, #urgeToBuy, .urgeToBuy {
	    font-size: 12px !important;
	}
	.rev_flright > i.fa.fa-star
	{
		font-size:20px;
	}
	div#purchaseTextBuyNow>form>div.urgeToBuyProductMessage {
    		font-size: 12px !important;
	}
}

@media (min-width:441px){
	div#purchaseTextBuyNow>form>div.urgeToBuyProductMessage {
	    font-size: 12px !important;
	}
}

@media (max-width: 974px){
	div#outside_cart_div > div#subNavInfo > br
	{
		display:none;
	}
	#mobileShareBottom
	{
		display:block !important;
	}
	#floristStateCrumb, #floristNameCrumb, #insideTitle
	{
		display:none;
	}
	#formTopSearch, #topSearchSocial
	{
		display:none;
	}
	#content {
		padding-bottom: 0 !important;
	}
}

#mobileShareBottom
{
	display:none;
    background-color: #e1e1e1;
}

@media (min-width: 1051px){
    .custom_form_button {
        min-width: 448px;
    }
    #wrapper {
        padding: 0 10px 0 10px;
    }
	#imageLogo > a > img
	{
		padding-left: 15px;	
	}
	#mobileShareBottom
	{
		display:none;
	}
	.contactUs
	{
	   width: 800px !important;
	}
	.logoName
	{
		float:left;
	}
	#my-menu
	{
		display:none;
	}
	#purchaseInfoBuyNow
	{
    	     width: 400px !important;
    	     max-width: inherit;
	}
	#sliderTitle
	{
	    color: #808080 !important;
	    display: block !important;
	    text-align: center;
            font-weight: 300;
	    text-transform: uppercase;
            letter-spacing: 1px;
	}

	.simpleSlider_wrapper
	{
		text-align: center !important;
	}

    .addressAndLink {
        width:280px;
        height:auto;
        display:inline-block;
    }

    .headerPhoneNumber {
        display: inline-block;
    }
}

@media (max-width: 1450px) {
	#headerText
	{
		font-size: 70px;
		right: 190px; 

	}
}
@media (max-width: 1290px) {
	#headerText
	{
		font-size: 65px;
		right: 175px; 
	}
}

@media (max-width: 1200px) {
	#headerText
	{
		font-size: 60px;
		right: 140px; 
	}
}

@media (max-width: 1600px) {
	.moreBox {
	    width: 1000px !important;
	    margin-left: -900px;
	}
}

@media(max-width: 1350px) {
	.moreBox {
	    width: 1000px !important;
	    margin-left: -930px;
	}
}

@media(max-width: 1200px) {
	.moreBox {
	    width: 1000px !important;
	    margin-left: -470px;
	}
}

@media (max-width: 1050px) {
    .cartCount
    {
        background-color: #7A579E;
        color: #FFFFFF !important;
    }
    .fa-shopping-cart
    {
        color: #FFFFFF;
    }
	#parallaxDiv {
		background-position: center top;
		background-attachment: initial !important;
	}
	#mobileButtonDiv {
	   	display: table;
    		border-collapse: collapse;
    		text-align: center;
            vertical-align: center;
    		text-transform: uppercase;	
		width: 100%;
        max-height: 40px;
	}
	#topSearchSocial {
		padding-right:20px;
	}	
	#wrapper
	{
		width:inherit;
	}
	#headerText
	{
		top:70%;
		font-size: 50px;
		right: 65px;
	}
	.myFSNSearch
	{
		height:41px !important;
	}
	.mobileDeliveryAreaBtn {
		border: 1px solid #7A579E !important;	 	
	}
	.mobileDeliveryArea {
		border-color: #7A579E !important;
        background-color: #e1e1e1;
	}
	#sliderTitle {
		color: #7A579E !important;
	}
	.product1 > img
	{
		width:167px;
        padding-bottom: 5px;
	}
	#subNavInfo > h2
	{
		display:none;
	}
	.QuickButtons .QuickButton a {
		font-weight:300;
	}
	.prodButton
	{
		color:#7A579E !important;
	}
	
	.logoName
	{
		margin-top:15px;
		margin-bottom:15px;
	}

	#purchaseInfoBuyNow
	{
		max-width:100%;
	}
	#urgeToBuy
	{
		text-align:initial !important;
	}

	#btnMobileShop
	{
        vertical-align: center;
	}

	#imageLogo > a > img {
		float:none !important;
	}

	#mobileMenuButton
	{
		display:inline-block !important;
		z-index: 999 !important;
		float:left;
		font-size: 32px;
	}

	div#subNavInfo
	{
		font-size:12px !important;
	}
	#logo_div
	{
		margin:auto;
		width: 100% !important;
	}
	.productWrapper
	{
		width: 100% !important;
	}
	#mobileTopMenu
	{
	     display:inline-block;
	}

	.address1Header, .address2Header, #tagline, div#ioNavWrapper.breakout, .relative, .topMobileLink
	{
		display:none !important;
	}

	#outside_cart_div
	{
		display: inline-block;
		text-align:center;
		width:100%;
	}

	#btnMobileShop
	{
		background-color: #7A579E;
		width:49% !important; 
		color: #FFFFFF;
		height: 50px;
		border-right:1px solid #979797;
		font-size:22px;
		line-height: 50px !important;
		margin-right: -4px;
		font-weight:300;
		display: table-cell;
		text-transform: none;
	}
	
	.cartDiv
	{
	    margin-top:0;
	    width: 50%;
	    display: table-cell;
	    background-color: #7A579E;
	    text-align: center;
	}



	div.cartDiv > a.hoverLink
	{
        background-color: #7A579E;
		line-height: 50px !important;
		border: none !important;
		height: 50px;
		font-size:22px !important;
	}

	.QuickButton, .QuickButton a:hover
	{
		background-color: #7A579E;
		color: #FFFFFF;
	}

	.QuickButton:nth-child(n+2) {
		border-left: 1px solid #FFFFFF;
	}

	a.featureButton
	{
		display:inline-block !important;
		padding: initial !important;
    		height: initial !important;
	}
	div.premiumFeatureFrame
	{
		padding: initial;
	}
	
	a.prodButton{
		display:inline !important;
		color: #444;
	}
	
	.feature {
		border:none !important;
	}

	#outside_cart_div > img
	{
		float:none !important;
	}
    #nav1 {
        padding-left: 5px;
    }
    #nav2{
        padding-left: 5px;
        font-size: 15px !important;
    }
    #subNavInfo > h2 {
        padding-left: 5px;
    }
}

@media (max-width: 600px)
{
	#parallaxDiv
	{
		display:none;
	}

}


ul#nav.mm-listview > li
{
	display:block !important;
}

#parallaxTag
{
    font-size: 20px;
    letter-spacing: .25em;
    font-weight: 300;
    color: #000000;
}

.child
{
	font-weight:300;
}

.childHeader
{
	font-weight:400;
}


#my-menu a.multiHeader 
{
	text-align:left;
	color: #000000;
}

#mobileClientName
{
    font-family: "Open Sans", sans-serif;
   	 text-transform: uppercase;
	 margin:0;
	 font-size: 18px;
     font-weight: 300;
	 padding-top: 10px;	
}

#mobileClientPhone
{
	margin-top:0;
	font-size:20px;
    font-weight: bolder;
}

#mobileSearch > input
{
	height: 41px;
    display: inline;
    width: 245px;
   	margin-bottom: 12px;
	background-color: #F3F3F3;
}

#mm-1 > ul > li > a.homeNav
{
	text-align:left;
	color: #000000;
    font-family: "Open Sans", sans-serif;
	font-weight: 400;
}

#mm-1 > ul > li > a.moreHeader
{
	text-align:left;
	color: #000000;
}

#mm-1 > ul > li > a.multiHeader
{
	text-align:left;
	color:  #000000;
    font-family: "Open Sans", sans-serif;
	font-weight: 400;
}

#mm-1 > ul > li > a.single, #mm-1 > ul > li > a.childHeader
{
	text-align:left !important;
	padding-left: 60px !important;
	display:none;
	background-color: #e6e6e6 !important;
}

#mm-1 > ul > li > a.child
{
	text-align:left !important;
	padding-left: 100px !important;
	display:none;
        background-color: #e6e6e6 !important;
	font-size: 12px;
}

.mm-menu .mm-listview > li:after {
    border-color: #E1E1E1 !important;
}



a.mobilePhoneLink {
    display: block;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    padding-top: 5px;
}

.fa-mobile.fa-2x
{
    color: #444 !important;
}

.mm-menu, .mm-menu > .mm-panel {
  -webkit-box-shadow: 3px 3px 5px 6px #ccc !important;
  -moz-box-shadow:    3px 3px 5px 6px #ccc !important;
  box-shadow:         3px 3px 5px 6px #ccc !important;
}


#my-menu > #mm-1 > ul.mm-listview.mm-first.mm-last > li > p
{
	-webkit-margin-before: 0;

}

#footerLinks
{
	vertical-align:top;
}

#footerShopHours
{
	vertical-align:top;
}

div#purchaseTextBuyNow > form > div.urgeToBuyProductMessage
{
	width: auto !important;
}

input.addToCartButton
{
    width: 50%;
    height: 48px;
    letter-spacing: 1px;
    font-family: 'Open Sans',sans-serif;
    font-size: 21px;
    color: #7A579E;
    background-color: #FFF ;
    border: solid 2px #7A579E;
}

input.addToCartButton:hover{
    color: #FFF ;
    background-color: #7A579E;
}

.buyNowCurrencyNotice
{
	font-size: 12px;
}

.socialProfileBar
{
	background-color: #F0F0F0;
	padding-left: 10px !important;
	padding-top: 5px;
        padding-bottom: 5px
}

.purchaseNowName
{
    font-family: "Open Sans", sans-serif;
   	text-transform: uppercase;
	font-size: 28px;
	font-weight:300;
}

.purchaseNowType
{
	margin-bottom:10px;
}


.mm-menu.mm-current
{
	box-shadow: 6px 0 16px #888888;
}


.mm-listview > li > a {
	padding: 14px 10px 11px 20px !important;
}

.mobileDialogLink
{
	background-color: #7A579E !important;
	color:#FFF !important;
}

.mobileDialogLink .fa-mobile.fa-2x, .mobileDialogLink .fa-globe.fa-2x
{
	color:#FFF !important;
}
#footerDeliveryArea
{
	background-color: #e1e1e1;
}

.shoppingCartLink ~ .hoverLink
{
	font-family: 'Open Sans',sans-serif;
	font-weight:300 !important;
}

.undecidedBannerFull a hr{
    margin-top: 20px;
    border: 0 solid #e4e4e4;
    border-top-width: 1px;
}

.prodButton:hover {
	border: none !important;
}

#purchaseInfoBuyNow
{
	max-width: 430px !important;
}

#purchaseTextBuyNow .addon select
{
	max-width: 430px  !important;
}

#purchaseTextBuyNow form select
{
	max-width: 430px  !important;
}


.socialProfileBar a
{
	background-color:#888 !important;
}

.socialProfileBar a:hover
{
	background-color:#555 !important;
}

.product1 > .button  {
	border: 2px solid #FFF !important;
	display:block;
	padding: 8px;
}

.halfLeft, .halfRight
{
	max-width: inherit !important;
}

#productDescription
{
	color: #808080;
}

#purchaseTextBuyNow
{
	color: #808080 !important;
	margin-top: 25px !important;
}

#footerDeliveryButton > a:hover{
	text-decoration:none;
	color: #FFF;
}

.simpleSlider_wrapper
{
	    position: initial !important;
}

#purchaseTextBuyNow > form > div
{
	color: #555;
	font-size:16px;
}

/*---------------------------------------------------------------------*/
.hoverLink:hover, .absolute-text:hover, #recipeButton:hover {
	background-color: #7A579E;
	color: #FFFFFF !important;
	border: 1px solid #FFF;
}
a.featureButton, #recipeButton{
	border-color: #7A579E;
	color: #7A579E;
	background-color:#FFF;
	font-size: 21px;
	border-width:2px;
}

#recipeButton{
	width: initial;
	font-weight:300;
}

#recipeButton:hover{
	border: 2px solid #FFF;
}
.promo_header a:link{
	color: #7A579E;
}
.urgeToBuyTruck, .addToCartButton, a.featureButton:hover {

	color: #FFF;
}

 .urgeToBuyProductMessage > .urgeToBuyTruck {
     color: #FFF;
     background-color: #7A579E !important;
 }

 .undecidedBannerFull .urgeToBuyTruck {
     background-color: #7A579E !important;
 }

 .urgeToBuyProductMessage {
     background-color: #D0CFCD;
     text-align: left;
     font-weight: initial;
     height: 0;
     border-bottom: 40px solid #D0CFCD;
     border-right: 18px solid #fff;

     width: 500px;
 }

 .urgeToBuy {
     background-color: #D0CFCD;
     text-align: left;
     font-weight: initial;
     height: 0;
     border-bottom: 40px solid #D0CFCD;
     border-right: 18px solid #fff;

 }

.checkoutStep > img{
	background-color: #7A579E !important;
}
#footerDeliveryArea, #footerDeliveryButton{
	border-color: #7A579E;
}
.prodButton{
	color: #7A579E;
}		
.prodButton:hover{
	border: 2px solid #7A579E;
	padding:4px;
}
.accentColor, .title{
	color: #7A579E !important;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 300;
}
.accentBackground, div.contactUs > form > table > tbody > tr > td > input[type=submit] {
	background-color: #7A579E;
	color:#FFF;
	border: none;
}
.newsletterSignup
{
	border-radius: 5px;
	padding: 10px;
	background-color: #7A579E;
	color: #FFF;
	border: none;
	height:inherit !important;
}

.subscribeFSN #emailBot
{
	height: 24px !important;
}

#mobileShareBottom .newsletterSignup
{
	height: 45px !important;
	color: #FFF !important;
	background-color: #444 !important;
}

#headerText{
	font-family: 'Great Vibes';
	color:#FFFFFF;
}
.rev_flright > i {
	color: #7A579E;
}

#ioNavWrapper {
	background-color: #7A579E;
}
#nav > li > a {
	color: #FFFFFF;
}

.purchasePrice
{
	font-size: 16px;
}
	
.shownAt
{
	color: #7A579E !important;
	font-size: 16px;
}

.purchaseNowName {
	color: #7A579E !important;
}

.product1 > .button:hover  {
	border: 2px solid #7A579E !important;
	display:block;
	padding: 8px;
}
#footerDeliveryButton:hover{
	background-color: #7A579E;
	color: #FFF;
}

.undecidedBannerFull .accentColor
{
	letter-spacing: 1px;
	text-transform:uppercase;
	font-weight:300;
	font-size: 28px !important;
	padding-bottom: 3px; 
	text-align:left;
}
.mobileFooterMenuBar
{
	    z-index: 99999;
}

.pageCopyBottom
{
	padding-top:50px;
	padding-bottom:50px;
}

.pageCopyBottom
{
	padding-top:50px !important;
}

#featuredProductPurchase
{
	    padding: 0 3% 1%;
}

#specReq
{
	font-weight:bold;
}

a:focus, a:active, 
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: 0;
    outline : 0;
}

#footerShopHours
{
	line-height: initial;
}


h2.suggestProducts{
	background-color:inherit !important;
	color:#808080 !important;
	border-top: 1px solid #808080;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align:center;
    font-size: 1.17em;
}


#viewChangesButton
{
	margin-bottom:10px !important;
}

#imgUploadTrigger
{
	border: 1px solid #000000;
}

.editHR
{
	display:none;
}

#f2f_footer{
	width: 1050px !important;
}

#collapseNavButton{
	margin-top: 10px !important;
}

#imgUploadTrigger:hover {
    background: #C7C7C7;
}

#side_menu > .menu
{
	text-align:initial !important;
}

.productSliderImage {
	width: auto !important;
}

.simpleSlider_next:hover, span.simpleSlider_next:hover {
	border-left: 32px solid #7A579E !important;
}

.simpleSlider_previous:hover {
	border-right: 32px solid #7A579E !important;
}

#imageLogo {
	padding-bottom:20px;
}

.sideProducts
{
	margin-left: 75px;
}

.ui-main .navMenu
{
	white-space:normal;
}

#f2f_wrapper #navMenuData
{
	font-size:inherit !important;
}

.navMenu .fa-caret-down
{
	font-size:inherit !important;
}

.ui-main #navMenuData #nav
{
	display: block;
	font-size: 12px;
	width:100%;
	
}

.ui-main #navMenuData #nav > li > a
{
	font-weight:300;
}

li#page_products li
{
	border: solid #808080;
	border-width: 23px 1px 15px;
}
.move_prod
{
	background-color: #808080;
}

.customOrders
{
	width: 100% !important;
	text-align:center !important;
}

#f2f_wrapper .product1 input.button, .ui-main .product1 input.button
{
	display:inline-block;
}

#f2f_wrapper .product1, .ui-main .product1
{
	text-align:center;
}

#formBottomSearch .fa-search
{
	vertical-align: middle;
}

.sameDaySection {
    width: 100%;

    text-transform: uppercase;
}

.buttonSection {
    text-align:left;

    width:100%;
}



@media only screen and (min-width: 1051px)
{
    #innerCartDiv {
        width: 1050px;
        margin: auto;
    }
     a.hoverLink
    {
        color:#444;
        background-color: #F1F1F1;
    }
}

.pn-selected {
    border-color:#7A579E;
    background-color:#7A579E;
    color: ;
}
.dateOptionSelected {
    border-color:#7A579E!important;
    background-color:#7A579E!important;
    color: ;
}

/* widget specific css  */

/* Beginning of Widget Edit */
.hidden {
    display: none !important;
}

.widget {
    border: 1px solid #b2b2b2;
    margin-top: 10px;
    margin-bottom: 10px;
}

.widgets {
    list-style: none;
    padding-left: 0;
}

@media (max-width: 1050px) {
    .widgetsContainer, #widgetInfo {
        width: 80%;
    }
    #businessTypeGrid {
        grid-template-columns: 33% 33% 33%;
    }
}
@media (min-width: 1051px) {
    .widgetsContainer, #widgetInfo {
        width: 100%;
    }
    #businessTypeGrid {
        grid-template-columns: 25% 25% 25% 25%;
    }
}

.fr-btn-grp {
    margin: 0 5px 0 6px !important;
}

.widgetContainer {
    display: flex;
    padding: 12px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.widgetContainerOpened, .widgetContainer:hover {
    background-color: #e8e8e8;
}

.moveWidget {
    color:#767676;
}

.widgetName {
    font-size: 22px;
}

.widgetDescription {
    font-style: italic;
}

.enableAndMove {
    display: flex;
    align-items: center;
}

.enabledOuter.enabled {
    background-color: #0091fd;
}

.enabledOuter.disabled {
    background-color: #c9c9c9;
}

.enabledOuter {
    display: inline-block;
    width: 54px;
    height: 27px;
    border-radius: 16px;
}

.enabledInner {
    background-color: #fdfdfd;
    width: 21px;
    height: 21px;
    border-radius: 16px;
    display: inline-block;
    margin-top: 3px;
}

.enabledInner.disabled {
    margin-left: 4px;
}

.enabledInner.enabled {
    margin-left: 29px;
}

.moveWidget {
    cursor: move;
    margin-left: 16px;
}

.openedContent {
    margin: 30px;
}

#establishedDate {
    margin: 0 0 20px 0;
}

#establishedDate > span {
    margin-right: 10px;
}

.widgetSelect {
    background-color: initial;
    border: 1px solid #ccc;
}

#establishedDate > select {
    border-radius: 5px;
    padding: 8px;
    margin: 0;
    width: 20%;
}

#pageCopyEditorDescription {
    line-height: 1.5
}

#templateSelector {
    display: flex;
    flex-direction: row-reverse;
    margin: 10px 20px 10px 0;
}

#businessPhotoSectionContainer {
    display: flex;
    margin-bottom: 30px;
    align-items: center;
}

#businessPhotoContainer {
    width: 225px;
    height: auto;
    aspect-ratio: 4/3;
    background-color: #ececec;
    border: #94949b 1px solid;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

#businessPhotoSectionContainer > .pintura-inline-editor {
    height: auto;
    width: 325px; /* needs roughly 50px extra on height and width than addPhotoContainer */
    aspect-ratio: 4/3;
    display: none
}

#businessPhotoContainer > span {
    display: flex;
    justify-content: center;
}

#addPhotoOfShop {
    font-size: 20px;
    margin: 30px 0 15px 0;
}

#AddPhotoContainer {
    margin-left: 10px;
}

#AddPhotoContainer > label > input {
    margin: 3px 0 5px 0;
    width: 300px;
    border-radius: 5px;
}

#chooseFileContainer {
    margin: 10px 0;
}

.underlineButton {
    background: none;
    border: none;
    padding: 0;
    text-decoration: underline;
    cursor: pointer;
}

#businessTypeContainer {
    margin-bottom: 30px;
}

#businessTypeGrid {
    display: grid;
}

#businessTypeGrid > label > input {
    margin-right: 5px;
}

.customTypeInput {
    width: 75%;
}

#saveContainer {
    display: flex;
    justify-content: center;
    align-items: center;
}

#saveBusinessDescription {
    margin-top: 20px;
    padding: 10px 20px;
    border: none;
    background-color: #C7C7C7;
}

#saveBusinessDescription:hover {
    background: #CFCFCF;
}

/* Beginning of Live Website Widget Display  */
#businessInfoDisplay {
    padding-left: 30px;
    padding-right: 40px;
    text-align: left;
    margin-bottom: 20px;
    float: left
}

#businessInfoDisplay.bottom {
    margin-top: 50px;
}

#aboutUsBody {
    text-align: initial;
}

#shopName {
    color: #7A579E;
    margin: 0;
}

#shopPhotoContainer {
    float: right;
    margin-left: 20px;
}

#shopPhoto.wide {
    width: 400px;
    height: auto;
}

#shopPhoto.tall {
    width: auto;
    height: 400px;
}

#shopPhoto.square {
    width: 250px;
    height: auto;
}

#EstablishedDateAndTypes {
    color: grey
}

#businessTypes {
    margin-top: 5px;
}

/* end of live website widget display */


.widget .page-input {
    border-width: 1px 1px 1px !important;
    column-count: 2;
}

.widget .page-input-id-label {
    display: block;
}

.widget .pages_dropdown {
    display: inline-block;
    width: 170px;
    border: 1px solid black;
    text-align: right;
    padding-right: 5px;
    cursor: pointer;
}

.widget .dropdown_check_list {
    /* This can take up the full row */
    column-span: all;
    margin: 0 0 30px 0;
}

.widget .dropdown_check_list ul.items {
    padding: 2px;
    margin: 0;
    border: 1px solid #ccc;
    border-top: none;
    /* With all the subpages, this can get excessive */
    overflow-y: scroll;
    height: 350px;
}

.widget .dropdown_check_list ul.items li {
    list-style: none;
}
.addPagesContainer .fa-caret-up {
    color: #0094ff;
}

/*
 * Froala specific css. If Froala is used somewhere other than widgets
 * may have to increase specificity for below rules.
 */

.fr-delete-img {
    display: none !important;
}